GET /api/bet_types/67b40fb0-1a97-4797-904f-2e51563eb4b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67b40fb0-1a97-4797-904f-2e51563eb4b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b26a81f-c418-4b66-9a61-874393cf87f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:14.309372-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": "Toronto Maple Leafs",
                "amount": 5211.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7af5cf2-d589-4d68-9e97-75a084254444",
            "gambit_id": "154b43ab-471f-4d31-a21c-e3fcc6f33173",
            "last_updated": "2023-01-23T10:21:54.015560-05:00",
            "created_at": "2023-01-21T10:22:14.311825-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b40fb0-1a97-4797-904f-2e51563eb4b0/?format=api"
        },
        {
            "id": "4e13a7c9-98af-40ff-a133-1fe42c952053",
            "gambit_id": "4bf758e5-b83b-46e4-90cf-8ff61ae0056d",
            "last_updated": "2023-01-23T10:21:54.014049-05:00",
            "created_at": "2023-01-21T10:22:14.310553-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b40fb0-1a97-4797-904f-2e51563eb4b0/?format=api"
        }
    ]
}