GET /api/bet_types/0b39124e-9076-415d-ab3a-382d7d86d39f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b39124e-9076-415d-ab3a-382d7d86d39f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa5fe009-7369-4c6d-a7cf-c946b2d22fa1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:03.498042-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": "Milwaukee Bucks",
                "amount": 8345.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1655.0
            }
        ],
        "expected_reward_tokens": 9513.3,
        "profit_sb": 13.3,
        "profit_sb_percentage": 0.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e860141-edc5-4380-821c-de61a2ee5997",
            "gambit_id": "419152bd-760b-46f6-b122-25bb5d6ea421",
            "last_updated": "2023-11-10T12:33:19.647582-05:00",
            "created_at": "2023-11-08T08:23:03.508026-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.14000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b39124e-9076-415d-ab3a-382d7d86d39f/?format=api"
        },
        {
            "id": "011f27a2-3f5d-456f-9526-3668532143b9",
            "gambit_id": "1da01a45-5c0d-4202-b1d8-186f5fd60204",
            "last_updated": "2023-11-10T12:33:19.644134-05:00",
            "created_at": "2023-11-08T08:23:03.502239-05:00",
            "name": "Detroit Pistons",
            "reward": "5.75000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b39124e-9076-415d-ab3a-382d7d86d39f/?format=api"
        }
    ]
}