GET /api/bet_types/682459d7-db70-4a76-bbff-4275de01c5ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "682459d7-db70-4a76-bbff-4275de01c5ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9d01b4b-e58d-4221-8e4f-dfd60953799f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1203b534-2b0c-474a-9a3b-d33069ab7cea",
            "gambit_id": "ebcab23d-c532-47d7-b5c2-c610134fb7bf",
            "last_updated": "2022-11-10T09:13:56.405328-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/682459d7-db70-4a76-bbff-4275de01c5ca/?format=api"
        },
        {
            "id": "1757e80d-e419-4a7d-a016-3a0226e9b7a6",
            "gambit_id": "db4660a7-6226-4da4-9b2b-ed134fbf2bc6",
            "last_updated": "2022-11-10T09:13:56.406378-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/682459d7-db70-4a76-bbff-4275de01c5ca/?format=api"
        }
    ]
}