GET /api/bet_types/6135d92a-298e-4543-8e04-5c58547a10e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6135d92a-298e-4543-8e04-5c58547a10e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/366cb819-3c0a-432a-a88b-019d1bb66301/?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": "BAL",
                "amount": 5109.0
            },
            {
                "team": "TOR",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "7981aabc-20a3-46f4-8268-60cfe45904b8",
            "gambit_id": "b297ec5b-3156-4290-bc2e-e16e7bfefe22",
            "last_updated": "2022-08-10T10:16:57.789374-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6135d92a-298e-4543-8e04-5c58547a10e6/?format=api"
        },
        {
            "id": "e48f30d0-a30f-45a6-9edf-1c49184e06ad",
            "gambit_id": "a539a946-63be-473b-88f3-4454ce394e41",
            "last_updated": "2022-08-10T10:16:57.789825-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6135d92a-298e-4543-8e04-5c58547a10e6/?format=api"
        }
    ]
}