GET /api/bet_types/b1d5391f-f9a7-48f9-9e9c-78ca90e95cbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1d5391f-f9a7-48f9-9e9c-78ca90e95cbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b52b200a-6363-4d04-bb52-7e8679a6710c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:53.915043-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": "Buffalo Sabres",
                "amount": 6100.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ba06150-1762-4951-ad26-364b936e6afe",
            "gambit_id": "0372d209-9835-4db4-9bb8-2a05c8f5ea15",
            "last_updated": "2023-03-06T11:47:11.581306-05:00",
            "created_at": "2023-03-04T10:37:53.916270-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d5391f-f9a7-48f9-9e9c-78ca90e95cbb/?format=api"
        },
        {
            "id": "683a0b9d-ce29-4234-a3c6-098f176212aa",
            "gambit_id": "86036fcd-1053-4759-b2d9-1948424b86fc",
            "last_updated": "2023-03-06T11:47:11.582430-05:00",
            "created_at": "2023-03-04T10:37:53.917568-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d5391f-f9a7-48f9-9e9c-78ca90e95cbb/?format=api"
        }
    ]
}