GET /api/bet_types/0f7b0370-e7c3-42d5-9873-b668327ee43a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f7b0370-e7c3-42d5-9873-b668327ee43a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-19T16:16:51.052849-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": "Team LeBron",
                "amount": 5610.0
            },
            {
                "team": "Team Giannis",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "73ec38aa-f7da-4e82-9300-2618acc513c4",
            "gambit_id": "05d4936e-2508-4afa-8e06-78dc59468a57",
            "last_updated": "2023-02-20T09:41:55.384150-05:00",
            "created_at": "2023-02-19T16:16:51.054097-05:00",
            "name": "Team LeBron",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7b0370-e7c3-42d5-9873-b668327ee43a/?format=api"
        },
        {
            "id": "f56d2f1b-9aef-4de7-804c-5c6ee57eba81",
            "gambit_id": "2b00a1ef-abea-40af-9018-6dca461c0d45",
            "last_updated": "2023-02-20T09:41:55.385379-05:00",
            "created_at": "2023-02-19T16:16:51.055454-05:00",
            "name": "Team Giannis",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7b0370-e7c3-42d5-9873-b668327ee43a/?format=api"
        }
    ]
}