GET /api/bet_types/2750d5d0-a2d4-4897-ba3e-c45037fb5fdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2750d5d0-a2d4-4897-ba3e-c45037fb5fdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/c09835ac-da8f-4931-88b7-69e90b047f99/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:52.959311-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": "BOS (K Crawford)",
                "amount": 5838.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0728ae4-6bb8-42bd-bcb8-23a9c2b9413a",
            "gambit_id": "8dcf858f-6e6b-46a2-84fb-e347ea1f43ce",
            "last_updated": "2023-04-04T19:27:06.133774-04:00",
            "created_at": "2023-04-03T09:56:52.960819-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2750d5d0-a2d4-4897-ba3e-c45037fb5fdf/?format=api"
        },
        {
            "id": "4b7aea88-bccc-465f-97d2-fb672751fba2",
            "gambit_id": "7ce026f7-5bac-4482-a69e-6237a57d6224",
            "last_updated": "2023-04-04T19:27:06.135733-04:00",
            "created_at": "2023-04-03T09:56:52.962427-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2750d5d0-a2d4-4897-ba3e-c45037fb5fdf/?format=api"
        }
    ]
}