GET /api/bet_types/a2374e35-0b83-4445-8fe6-02e14e34f206/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2374e35-0b83-4445-8fe6-02e14e34f206",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3962e1c-66f0-4e27-93fb-77eaf384e25a/?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": "ARI",
                "amount": 5591.0
            },
            {
                "team": "CWS",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9169.24,
        "profit_sb": 169.24,
        "profit_sb_percentage": 1.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6777a0e-2ccf-47c1-a929-e2fffe2982e0",
            "gambit_id": "0f86883a-c5e8-4856-9369-7dd82f7e47a7",
            "last_updated": "2022-08-29T13:02:02.545065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2374e35-0b83-4445-8fe6-02e14e34f206/?format=api"
        },
        {
            "id": "71e1cf8e-be8e-47a9-9acc-8db8e50f77d3",
            "gambit_id": "2d534c6d-1e4d-43ba-8271-953714788219",
            "last_updated": "2022-08-29T13:02:02.544620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2374e35-0b83-4445-8fe6-02e14e34f206/?format=api"
        }
    ]
}