GET /api/bet_types/8c55918f-c592-4534-a3a5-745bdd8af25f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c55918f-c592-4534-a3a5-745bdd8af25f",
    "match": "https://api-prod.gambitprofit.com/api/matches/795d87ce-5ee3-41ee-82af-1bdd3a1c13bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-31T00:17:09.811657-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6402.0
            },
            {
                "team": "Draw",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 11331.54,
        "profit_sb": 2331.54,
        "profit_sb_percentage": 25.91,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 4892.0
            },
            {
                "team": "Draw",
                "amount": 2749.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 2359.0
            }
        ],
        "expected_reward_tokens": 8657.53,
        "profit_sb": -342.47,
        "profit_sb_percentage": -3.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "70ff0cc0-397a-4d6e-a53f-aa86d487f5c2",
            "gambit_id": "d1d0a11e-fc66-4240-a4db-ddd35c757012",
            "last_updated": "2023-01-01T14:36:47.696098-05:00",
            "created_at": "2022-12-31T00:17:09.812794-05:00",
            "name": "Manchester United",
            "reward": "1.77000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c55918f-c592-4534-a3a5-745bdd8af25f/?format=api"
        },
        {
            "id": "ff32c360-3715-4543-849f-974139e77c69",
            "gambit_id": "2828634e-64e4-4414-9ead-e2cc32e24c37",
            "last_updated": "2023-01-01T14:36:47.698385-05:00",
            "created_at": "2022-12-31T00:17:09.815207-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c55918f-c592-4534-a3a5-745bdd8af25f/?format=api"
        },
        {
            "id": "ff91e96f-5e20-4a3c-a2ee-359be7f31919",
            "gambit_id": "32e1f18b-22f6-4358-868c-a55a076ead03",
            "last_updated": "2023-01-01T14:36:47.697271-05:00",
            "created_at": "2022-12-31T00:17:09.814019-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "3.67000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c55918f-c592-4534-a3a5-745bdd8af25f/?format=api"
        }
    ]
}