GET /api/bet_types/9016ecd0-0770-42bd-a7b3-cd1c719eefe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9016ecd0-0770-42bd-a7b3-cd1c719eefe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f390a4a0-558a-4284-9923-9cb5f7478ea5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "NYY (L Severino)",
                "amount": 6952.0
            },
            {
                "team": "PIT (R Contreras)",
                "amount": 3048.0
            }
        ],
        "expected_reward_tokens": 9174.48,
        "profit_sb": 174.48,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "72f9364d-b528-4038-973f-322c1bc9d8e5",
            "gambit_id": "f8b1f88e-f1ed-44cf-a715-cecb28e513a9",
            "last_updated": "2022-09-22T15:02:20.912311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (L Severino)",
            "reward": "1.32000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9016ecd0-0770-42bd-a7b3-cd1c719eefe9/?format=api"
        },
        {
            "id": "982e4ce4-cc9d-49df-a164-eb4d47fb6491",
            "gambit_id": "b7bb6695-3d08-4f05-b664-1f7077a27e89",
            "last_updated": "2022-09-22T15:02:20.913308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (R Contreras)",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9016ecd0-0770-42bd-a7b3-cd1c719eefe9/?format=api"
        }
    ]
}