GET /api/bet_types/7a0dc8a6-f3ea-4b56-bfec-603aa828e0e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a0dc8a6-f3ea-4b56-bfec-603aa828e0e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/12294d37-18fe-40c3-9329-5fe515c2340d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 5829.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0022053f-ed83-4170-91f3-9548f1241940",
            "gambit_id": "d54420b6-2b28-4d21-839f-0b3a5ab179b7",
            "last_updated": "2022-12-05T15:52:12.755713-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0dc8a6-f3ea-4b56-bfec-603aa828e0e4/?format=api"
        },
        {
            "id": "51ea28b4-d6de-4a64-933b-4930f385298d",
            "gambit_id": "b8fb93f1-e4a9-48ef-9bcd-113a722bda34",
            "last_updated": "2022-12-05T15:52:12.756722-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0dc8a6-f3ea-4b56-bfec-603aa828e0e4/?format=api"
        }
    ]
}