GET /api/bet_types/d6003c7b-f34d-475c-8e9e-7c2b71138ad5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6003c7b-f34d-475c-8e9e-7c2b71138ad5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8be19bc-fbd2-494e-b686-eb2ae639b691/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:41:54.276657-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6855.0
            },
            {
                "team": "Draw",
                "amount": 3145.0
            }
        ],
        "expected_reward_tokens": 11447.8,
        "profit_sb": 1947.8,
        "profit_sb_percentage": 20.5,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5544.0
            },
            {
                "team": "Draw",
                "amount": 2543.0
            },
            {
                "team": "Fulham",
                "amount": 1913.0
            }
        ],
        "expected_reward_tokens": 9256.52,
        "profit_sb": -243.48,
        "profit_sb_percentage": -2.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff18c602-ac4c-4155-ad37-0fb4997c3718",
            "gambit_id": "5536537c-d744-4e9d-b203-cec516ef0977",
            "last_updated": "2023-04-27T11:52:03.775092-04:00",
            "created_at": "2023-04-25T11:41:54.280592-04:00",
            "name": "Aston Villa",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6003c7b-f34d-475c-8e9e-7c2b71138ad5/?format=api"
        },
        {
            "id": "87254a30-7dde-4b54-b3df-b4bfee07d28e",
            "gambit_id": "510bbf11-42da-4e3f-94ab-e3e0c3c621ff",
            "last_updated": "2023-04-27T11:52:03.776642-04:00",
            "created_at": "2023-04-25T11:41:54.282583-04:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6003c7b-f34d-475c-8e9e-7c2b71138ad5/?format=api"
        },
        {
            "id": "581e26f4-01fb-4865-8698-a2fe8b0e3b28",
            "gambit_id": "09491926-5158-4ddd-aef7-3b6f0261a913",
            "last_updated": "2023-04-27T11:52:03.773750-04:00",
            "created_at": "2023-04-25T11:41:54.278668-04:00",
            "name": "Fulham",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6003c7b-f34d-475c-8e9e-7c2b71138ad5/?format=api"
        }
    ]
}