GET /api/bet_types/c81f87e8-7ddb-4f8a-939e-63ae69a9b373/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c81f87e8-7ddb-4f8a-939e-63ae69a9b373",
    "match": "https://api-prod.gambitprofit.com/api/matches/e13ee5e2-c946-461b-8eb3-2fd2302ec855/?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": "SFO",
                "amount": 5588.0
            },
            {
                "team": "OAK",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "14882bc1-4372-4efc-8161-b21fe466f53c",
            "gambit_id": "7bb2274c-27f2-44f1-8ffb-a669e5cbbf03",
            "last_updated": "2022-08-07T10:57:15.586418-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81f87e8-7ddb-4f8a-939e-63ae69a9b373/?format=api"
        },
        {
            "id": "14a97402-78fa-4311-9395-22f13096663a",
            "gambit_id": "37a45f8b-c4a9-48a6-a6ab-6a4457739630",
            "last_updated": "2022-08-07T10:57:15.585912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81f87e8-7ddb-4f8a-939e-63ae69a9b373/?format=api"
        }
    ]
}