GET /api/bet_types/acc0aef1-90c2-41d5-9e65-38c691276be3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acc0aef1-90c2-41d5-9e65-38c691276be3",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7acbdbb-b81f-4813-824b-5ce58c7270f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:57.356774-04: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": "DET",
                "amount": 5614.0
            },
            {
                "team": "TAM",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd5a19c6-e93b-4340-a969-2ad5e2d207cb",
            "gambit_id": "179cd058-68f2-4731-8c70-bf78feea8ad2",
            "last_updated": "2023-08-05T12:13:16.669158-04:00",
            "created_at": "2023-08-04T08:52:57.366529-04:00",
            "name": "DET",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acc0aef1-90c2-41d5-9e65-38c691276be3/?format=api"
        },
        {
            "id": "362b8c59-b1d7-44b1-8143-a34a57aab31b",
            "gambit_id": "b6f13ac4-b5ff-491d-9069-713bb8263be4",
            "last_updated": "2023-08-05T12:13:16.653930-04:00",
            "created_at": "2023-08-04T08:52:57.361209-04:00",
            "name": "TAM",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acc0aef1-90c2-41d5-9e65-38c691276be3/?format=api"
        }
    ]
}