GET /api/bet_types/350aecbf-aa04-4378-8fbc-cc42e3885c4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "350aecbf-aa04-4378-8fbc-cc42e3885c4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8905b28-8289-457a-a625-9e2a4dd7ffd0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:09.457635-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": "STL",
                "amount": 6399.0
            },
            {
                "team": "CHC",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ddfc0d6-7c8f-41c7-b650-f67fa5250c10",
            "gambit_id": "56bf66a2-accb-4ce8-8a94-ae6d4d544d61",
            "last_updated": "2023-05-10T15:32:07.111034-04:00",
            "created_at": "2023-05-09T11:07:09.460710-04:00",
            "name": "STL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350aecbf-aa04-4378-8fbc-cc42e3885c4b/?format=api"
        },
        {
            "id": "2231cb2d-88d0-46a8-9dd0-b33908d37076",
            "gambit_id": "6f31b870-b40f-4151-b47e-fead300f513d",
            "last_updated": "2023-05-10T15:32:07.108962-04:00",
            "created_at": "2023-05-09T11:07:09.459206-04:00",
            "name": "CHC",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/350aecbf-aa04-4378-8fbc-cc42e3885c4b/?format=api"
        }
    ]
}