GET /api/bet_types/aa12c94c-9201-479d-8c95-6b455587d67a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa12c94c-9201-479d-8c95-6b455587d67a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6e240d5-6dd5-420d-a493-5730fd296bae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-07T09:28:21.767780-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": "NYM",
                "amount": 6241.0
            },
            {
                "team": "ATL",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c88af6f-0368-435e-9cfa-a765738ce0aa",
            "gambit_id": "52d14a3f-6d77-42a2-90bd-b64fe31592d3",
            "last_updated": "2023-06-08T16:23:12.404693-04:00",
            "created_at": "2023-06-07T09:28:21.770003-04:00",
            "name": "NYM",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa12c94c-9201-479d-8c95-6b455587d67a/?format=api"
        },
        {
            "id": "b1454d06-86d5-4854-92ea-30ef6e4e346a",
            "gambit_id": "a502cf3a-7cae-46f3-9d56-5aaa4fc9d6a2",
            "last_updated": "2023-06-08T16:23:12.407095-04:00",
            "created_at": "2023-06-07T09:28:21.772430-04:00",
            "name": "ATL",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa12c94c-9201-479d-8c95-6b455587d67a/?format=api"
        }
    ]
}