GET /api/bet_types/704fcebd-a2d4-408e-9f9d-3da69cff9df6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "704fcebd-a2d4-408e-9f9d-3da69cff9df6",
    "match": "https://api-prod.gambitprofit.com/api/matches/04915d76-0b6d-42cf-a1b6-72d1e76edbeb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T08:58:13.241143-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": "LOS (C Kershaw)",
                "amount": 6139.0
            },
            {
                "team": "SFO (T Beck)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "deb44f2b-0e86-4df9-b98e-1fd3a7ef152c",
            "gambit_id": "a964e1be-055b-4b66-96ca-81bffaea715f",
            "last_updated": "2023-10-02T10:38:22.594719-04:00",
            "created_at": "2023-09-30T08:58:13.245719-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704fcebd-a2d4-408e-9f9d-3da69cff9df6/?format=api"
        },
        {
            "id": "56706d0a-7bca-46b5-89ee-5cbb2e5eac95",
            "gambit_id": "5125e0f6-767c-4b71-a406-2bfc45c5e889",
            "last_updated": "2023-10-02T10:38:22.598513-04:00",
            "created_at": "2023-09-30T08:58:13.250439-04:00",
            "name": "SFO (T Beck)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/704fcebd-a2d4-408e-9f9d-3da69cff9df6/?format=api"
        }
    ]
}