GET /api/bet_types/9f579bae-31dd-4999-a175-502263b9ad3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f579bae-31dd-4999-a175-502263b9ad3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/75d808dc-b0cc-48ca-8ad9-8ffd4576555f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Los Angeles Galaxy",
                "amount": 7271.0
            },
            {
                "team": "Draw",
                "amount": 2729.0
            }
        ],
        "expected_reward_tokens": 11270.05,
        "profit_sb": 2270.05,
        "profit_sb_percentage": 25.22,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Galaxy",
                "amount": 5778.0
            },
            {
                "team": "Draw",
                "amount": 2168.0
            },
            {
                "team": "Sporting Kansas City",
                "amount": 2054.0
            }
        ],
        "expected_reward_tokens": 8953.84,
        "profit_sb": -46.16,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "f481ff14-8ca5-4137-ab0d-74d11c6319d1",
            "gambit_id": "999ee205-171a-4677-b444-c848ea0b6ce9",
            "last_updated": "2022-09-05T17:11:58.685726-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Galaxy",
            "reward": "1.55000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f579bae-31dd-4999-a175-502263b9ad3b/?format=api"
        },
        {
            "id": "a518b790-4335-4b07-9f60-67476e5f6742",
            "gambit_id": "c64d918d-07e5-4ae3-bcaa-95f9641ad8a4",
            "last_updated": "2022-09-05T17:11:58.686690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.13000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f579bae-31dd-4999-a175-502263b9ad3b/?format=api"
        },
        {
            "id": "be3a864e-7bd6-401b-9c02-17436b22866c",
            "gambit_id": "93103090-3f8b-4959-a352-a14b75a28fac",
            "last_updated": "2022-09-05T17:11:58.684750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting Kansas City",
            "reward": "4.36000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f579bae-31dd-4999-a175-502263b9ad3b/?format=api"
        }
    ]
}