GET /api/bet_types/d411c56b-d6b7-42bd-9dda-fea6896e2fda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d411c56b-d6b7-42bd-9dda-fea6896e2fda",
    "match": "https://api-prod.gambitprofit.com/api/matches/44a7deff-0450-4964-802e-f3a58b0f864f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:04.342822-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": "OAK",
                "amount": 5867.0
            },
            {
                "team": "KAN",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b10dc83-9664-40e7-963e-7dfa57b02c08",
            "gambit_id": "278da62c-b5c0-4690-875b-673c6fd2b47a",
            "last_updated": "2023-05-06T11:52:01.374648-04:00",
            "created_at": "2023-05-05T11:47:04.347461-04:00",
            "name": "OAK",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d411c56b-d6b7-42bd-9dda-fea6896e2fda/?format=api"
        },
        {
            "id": "0bbf05b1-d28c-4c1c-9a20-453f35f0916d",
            "gambit_id": "4d027a36-764c-4e00-84af-74519ffa5a9a",
            "last_updated": "2023-05-06T11:52:01.373391-04:00",
            "created_at": "2023-05-05T11:47:04.345174-04:00",
            "name": "KAN",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d411c56b-d6b7-42bd-9dda-fea6896e2fda/?format=api"
        }
    ]
}