GET /api/bet_types/917ffaa8-b7e1-44c0-993a-0247d51ec32d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "917ffaa8-b7e1-44c0-993a-0247d51ec32d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a12d33e0-b392-49d4-85e0-845f5ca0cbaf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:03.056927-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": "CHC",
                "amount": 5423.0
            },
            {
                "team": "COL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c979dad4-9dbd-4f2b-b296-a01eb924147e",
            "gambit_id": "1383e486-1e49-4bbb-a438-e2abdec04deb",
            "last_updated": "2023-09-15T16:23:16.617149-04:00",
            "created_at": "2023-09-12T09:23:03.061384-04:00",
            "name": "CHC",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917ffaa8-b7e1-44c0-993a-0247d51ec32d/?format=api"
        },
        {
            "id": "66cfc978-4abe-4a2a-8896-8b138b16c045",
            "gambit_id": "a39ef273-2dc7-47c7-b041-49636016d4d1",
            "last_updated": "2023-09-15T16:23:16.626137-04:00",
            "created_at": "2023-09-12T09:23:03.065848-04:00",
            "name": "COL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917ffaa8-b7e1-44c0-993a-0247d51ec32d/?format=api"
        }
    ]
}