GET /api/bet_types/d67b0d85-720d-4c79-8c08-77826f44e2ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d67b0d85-720d-4c79-8c08-77826f44e2ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf382088-d8c3-4ac9-b9b1-2077fa6317f6/?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": "CIN",
                "amount": 5208.0
            },
            {
                "team": "BOS",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ddb6567-21bf-4fff-8f4a-6c72d54fefd1",
            "gambit_id": "8210666f-97b3-41cf-bee2-9cda279ba31a",
            "last_updated": "2022-09-22T15:17:30.138949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67b0d85-720d-4c79-8c08-77826f44e2ab/?format=api"
        },
        {
            "id": "6abf0a2b-c167-46ba-8bcf-37867fdd025c",
            "gambit_id": "609ed4fa-01d3-4e9b-a8ba-c48a3c0ff822",
            "last_updated": "2022-09-22T15:17:30.139908-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67b0d85-720d-4c79-8c08-77826f44e2ab/?format=api"
        }
    ]
}