GET /api/bet_types/2a066535-db15-4266-a102-9b11fc60e639/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a066535-db15-4266-a102-9b11fc60e639",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f6d7244-a041-4b39-9e0b-7b2fbf0c0663/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:07.176386-04: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": "BAL (T Wells)",
                "amount": 6293.0
            },
            {
                "team": "DET (M Lorenzen)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "0aae1216-8b69-433b-9406-f0cda3c9aafe",
            "gambit_id": "d8aab670-4f62-4e9d-b6cd-2a33136b340d",
            "last_updated": "2023-04-22T13:07:12.131361-04:00",
            "created_at": "2023-04-21T12:32:07.177942-04:00",
            "name": "BAL (T Wells)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a066535-db15-4266-a102-9b11fc60e639/?format=api"
        },
        {
            "id": "dc051726-6d19-49cd-93f9-981332602b63",
            "gambit_id": "7a2388b6-31b1-4d63-9f5c-3176f6af2d78",
            "last_updated": "2023-04-22T13:07:12.133042-04:00",
            "created_at": "2023-04-21T12:32:07.179628-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a066535-db15-4266-a102-9b11fc60e639/?format=api"
        }
    ]
}