GET /api/bet_types/a89733a6-8240-4716-a4e8-6649051aa75c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a89733a6-8240-4716-a4e8-6649051aa75c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de6bcd2-358c-4b4e-9e0a-b0b4b6c1cc6b/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e57b1bff-5d4e-4b46-b9a0-fdaab96c126e",
            "gambit_id": "148a5ad9-a69f-4a7e-a72d-88f73dfe6d26",
            "last_updated": "2022-12-09T10:02:14.622410-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89733a6-8240-4716-a4e8-6649051aa75c/?format=api"
        },
        {
            "id": "969b0b2b-a33b-4b4e-9c37-c64bcac8873e",
            "gambit_id": "4a0e3846-5534-42a9-bbc0-8b6af222b1fc",
            "last_updated": "2022-12-09T10:02:14.623405-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a89733a6-8240-4716-a4e8-6649051aa75c/?format=api"
        }
    ]
}