GET /api/bet_types/1e206793-19f3-45f6-9062-5690991429b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e206793-19f3-45f6-9062-5690991429b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea7edee-6c14-408f-acc5-f947e09f61e3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T10:31:55.410907-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6592.0
            },
            {
                "team": "Draw",
                "amount": 3408.0
            }
        ],
        "expected_reward_tokens": 11996.16,
        "profit_sb": 2496.16,
        "profit_sb_percentage": 26.28,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5100.0
            },
            {
                "team": "Draw",
                "amount": 2637.0
            },
            {
                "team": "Aston Villa",
                "amount": 2264.0
            }
        ],
        "expected_reward_tokens": 9282.0,
        "profit_sb": -218.0,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "be57d20f-7681-46cc-95d4-301bee119d95",
            "gambit_id": "d963754b-c6dc-4aca-9056-640145073d3e",
            "last_updated": "2023-02-19T16:16:52.189889-05:00",
            "created_at": "2023-02-17T10:31:55.412233-05:00",
            "name": "Arsenal",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e206793-19f3-45f6-9062-5690991429b2/?format=api"
        },
        {
            "id": "686072a0-1c15-42f4-89e7-e6806738cc8f",
            "gambit_id": "bcb066c2-0710-4438-b478-bbe7504a31e7",
            "last_updated": "2023-02-19T16:16:52.192247-05:00",
            "created_at": "2023-02-17T10:31:55.415321-05:00",
            "name": "Draw",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e206793-19f3-45f6-9062-5690991429b2/?format=api"
        },
        {
            "id": "0842f4e8-0f76-4395-a4d3-ccdf41d243a4",
            "gambit_id": "968f74c0-4a6e-44b3-b45d-0f90be02cc5b",
            "last_updated": "2023-02-19T16:16:52.191042-05:00",
            "created_at": "2023-02-17T10:31:55.413743-05:00",
            "name": "Aston Villa",
            "reward": "4.10000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e206793-19f3-45f6-9062-5690991429b2/?format=api"
        }
    ]
}