GET /api/bet_types/970aa6f5-3094-4a04-af6c-a5e6474d558b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "970aa6f5-3094-4a04-af6c-a5e6474d558b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fbcbff2-74b2-4229-b822-c6321a078a8f/?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": "Toledo",
                "amount": 5000.0
            },
            {
                "team": "Buffalo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "471a6fac-ad62-4874-bd77-a0f9e79d6c68",
            "gambit_id": "230e4a95-d00a-4342-80c1-57266afd6d01",
            "last_updated": "2022-10-23T12:47:20.251098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/970aa6f5-3094-4a04-af6c-a5e6474d558b/?format=api"
        },
        {
            "id": "40e3f436-b6be-4a12-8322-a061def91df3",
            "gambit_id": "b5f05d37-ae83-4285-bb30-bb2888e4e759",
            "last_updated": "2022-10-23T12:47:20.252106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/970aa6f5-3094-4a04-af6c-a5e6474d558b/?format=api"
        }
    ]
}