GET /api/bet_types/b8ecdd2d-34ec-4139-a43e-7cd79287979d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8ecdd2d-34ec-4139-a43e-7cd79287979d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1058893f-cddb-47a3-85d3-08a8da1849df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-21T08:51:54.824295-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": 6104.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "13b7df47-4155-4387-8c3a-c51198b6d9da",
            "gambit_id": "3ee8ad99-d394-42d3-8eb3-ce09c6097ce9",
            "last_updated": "2023-02-22T08:57:05.226902-05:00",
            "created_at": "2023-02-21T08:51:54.826770-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ecdd2d-34ec-4139-a43e-7cd79287979d/?format=api"
        },
        {
            "id": "f3fdc42d-4c05-4cc0-aaf9-9527b747a2e4",
            "gambit_id": "92631441-e935-4409-abdd-554862345086",
            "last_updated": "2023-02-22T08:57:05.225742-05:00",
            "created_at": "2023-02-21T08:51:54.825506-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ecdd2d-34ec-4139-a43e-7cd79287979d/?format=api"
        }
    ]
}