GET /api/bet_types/fb0a356c-8c66-4053-b8aa-ab5ed63a3e99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb0a356c-8c66-4053-b8aa-ab5ed63a3e99",
    "match": "https://api-prod.gambitprofit.com/api/matches/04915d76-0b6d-42cf-a1b6-72d1e76edbeb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T08:58:13.255336-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": "SFO",
                "amount": 5107.0
            },
            {
                "team": "LOS",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "40975e4e-5961-46d3-a130-2404f46286c4",
            "gambit_id": "5f0a2873-4dd7-453c-9637-87408becd37b",
            "last_updated": "2023-10-02T10:38:22.611864-04:00",
            "created_at": "2023-09-30T08:58:13.263678-04:00",
            "name": "SFO",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb0a356c-8c66-4053-b8aa-ab5ed63a3e99/?format=api"
        },
        {
            "id": "780a8ead-c26c-4b47-a657-d0a9c8b1cf18",
            "gambit_id": "73ecd584-4726-4455-bee4-da125bfe1729",
            "last_updated": "2023-10-02T10:38:22.604694-04:00",
            "created_at": "2023-09-30T08:58:13.259186-04:00",
            "name": "LOS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb0a356c-8c66-4053-b8aa-ab5ed63a3e99/?format=api"
        }
    ]
}