GET /api/bet_types/1c469204-5154-4582-9459-75718fc3657f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c469204-5154-4582-9459-75718fc3657f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8300a06-22ba-4aa4-a0ed-e23946603c73/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T09:23:02.400192-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": "NYY (G Cole)",
                "amount": 5888.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0f25dc1-ef2b-4f8a-a94b-b3acc5c28feb",
            "gambit_id": "5da6db1a-481d-42a6-b493-1ccf267cf365",
            "last_updated": "2023-09-16T10:33:03.967680-04:00",
            "created_at": "2023-09-15T09:23:02.407403-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c469204-5154-4582-9459-75718fc3657f/?format=api"
        },
        {
            "id": "72883c6b-5c38-4448-a9ab-19a022b28063",
            "gambit_id": "8ea9c7c6-b675-47d4-b6b7-328dc2309613",
            "last_updated": "2023-09-16T10:33:03.972733-04:00",
            "created_at": "2023-09-15T09:23:02.412590-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c469204-5154-4582-9459-75718fc3657f/?format=api"
        }
    ]
}