GET /api/bet_types/b2ad7325-4b33-411b-85b0-abe9833aa5b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2ad7325-4b33-411b-85b0-abe9833aa5b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/02fa3aa2-5662-46d9-997c-869102eb6697/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-09T09:23:04.452230-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": "Florida Panthers",
                "amount": 6324.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "bda4c9ab-5567-454a-a8a1-4ed45d415c11",
            "gambit_id": "9f369a77-f696-4edf-8f60-18afa9ff54e0",
            "last_updated": "2024-01-11T11:13:03.733004-05:00",
            "created_at": "2024-01-09T09:23:04.456962-05:00",
            "name": "Florida Panthers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2ad7325-4b33-411b-85b0-abe9833aa5b5/?format=api"
        },
        {
            "id": "688836db-7982-4ac2-b545-a42d83a12228",
            "gambit_id": "5870d05b-1314-448f-bdb7-48c9e2e6ea1b",
            "last_updated": "2024-01-11T11:13:03.740204-05:00",
            "created_at": "2024-01-09T09:23:04.462033-05:00",
            "name": "St Louis Blues",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2ad7325-4b33-411b-85b0-abe9833aa5b5/?format=api"
        }
    ]
}