GET /api/bet_types/6bc6fb79-cb62-462c-9375-dac03c89522e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bc6fb79-cb62-462c-9375-dac03c89522e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac7b1bb1-6121-49e0-91ea-4dd57b569be9/?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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a055311a-4f5e-4bab-9570-004789968ec4",
            "gambit_id": "04b816eb-be7b-4096-ad12-eaed0a2d51e6",
            "last_updated": "2022-10-28T09:22:01.325845-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc6fb79-cb62-462c-9375-dac03c89522e/?format=api"
        },
        {
            "id": "821b1b5f-94cd-4903-a80b-4624b2a48c0c",
            "gambit_id": "6a70d050-13cc-4750-af54-1c3fcee2192a",
            "last_updated": "2022-10-28T09:22:01.326851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc6fb79-cb62-462c-9375-dac03c89522e/?format=api"
        }
    ]
}