GET /api/bet_types/77a0d73b-2cfb-4ce3-8dfc-986ea8242b69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77a0d73b-2cfb-4ce3-8dfc-986ea8242b69",
    "match": "https://api-prod.gambitprofit.com/api/matches/29d82d04-6a9b-4c68-90cc-4f50cefd6416/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:03.267486-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": 6090.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c5a5108-daab-4771-a932-520de6fc3794",
            "gambit_id": "dc568493-42ac-469a-83b8-bb36eccce33a",
            "last_updated": "2023-12-23T14:58:20.787814-05:00",
            "created_at": "2023-12-21T09:13:03.277917-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77a0d73b-2cfb-4ce3-8dfc-986ea8242b69/?format=api"
        },
        {
            "id": "82045e07-885d-416c-a1fd-9e0cf7020882",
            "gambit_id": "b2dca73f-3501-48b8-a3c8-e1f51accc2e0",
            "last_updated": "2023-12-23T14:58:20.784534-05:00",
            "created_at": "2023-12-21T09:13:03.271292-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77a0d73b-2cfb-4ce3-8dfc-986ea8242b69/?format=api"
        }
    ]
}