GET /api/bet_types/1fa2812b-29af-4b48-8ad0-72f096442abb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa2812b-29af-4b48-8ad0-72f096442abb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea9293b1-59e2-42bb-88c0-8382c8fefb4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T08:46:58.008806-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": "Dallas Mavericks",
                "amount": 6104.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe3a497a-9f52-4f73-9686-95ee313a591a",
            "gambit_id": "79069102-9cf0-4e2a-9a74-7d32a5c152a0",
            "last_updated": "2023-02-28T12:37:06.503206-05:00",
            "created_at": "2023-02-26T08:46:58.009969-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa2812b-29af-4b48-8ad0-72f096442abb/?format=api"
        },
        {
            "id": "dc5d9670-a046-443f-86fb-f41cdc7fd5dd",
            "gambit_id": "f823fcdc-2223-44be-ba3e-c68b398ee9f0",
            "last_updated": "2023-02-28T12:37:06.504360-05:00",
            "created_at": "2023-02-26T08:46:58.011201-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa2812b-29af-4b48-8ad0-72f096442abb/?format=api"
        }
    ]
}