GET /api/bet_types/1ece1f33-4f5c-49f8-840f-e430952a0917/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ece1f33-4f5c-49f8-840f-e430952a0917",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb48b7b9-328a-4c0b-a790-8412ea886e97/?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": "Chelsea",
                "amount": 6860.0
            },
            {
                "team": "Draw",
                "amount": 3140.0
            }
        ],
        "expected_reward_tokens": 11523.8,
        "profit_sb": 2023.8,
        "profit_sb_percentage": 21.3,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5549.0
            },
            {
                "team": "Draw",
                "amount": 2540.0
            },
            {
                "team": "AC Milan",
                "amount": 1910.0
            }
        ],
        "expected_reward_tokens": 9320.8,
        "profit_sb": -179.2,
        "profit_sb_percentage": -1.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "145061ac-f6b5-4989-807c-6ff8950e31cc",
            "gambit_id": "eb521c8e-878b-4dd0-9afd-aaff389bacbe",
            "last_updated": "2022-10-07T09:07:06.052035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ece1f33-4f5c-49f8-840f-e430952a0917/?format=api"
        },
        {
            "id": "38dee60f-75d0-45d3-88e7-804943616bf8",
            "gambit_id": "8e734b48-67d1-4b3e-95db-9615d1a7748f",
            "last_updated": "2022-10-07T09:07:06.053974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.67000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ece1f33-4f5c-49f8-840f-e430952a0917/?format=api"
        },
        {
            "id": "2a179b68-7fb7-49c8-9ff5-98f8f2a62c43",
            "gambit_id": "435cc215-751a-423a-8df0-473e58046a79",
            "last_updated": "2022-10-07T09:07:06.046658-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "AC Milan",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ece1f33-4f5c-49f8-840f-e430952a0917/?format=api"
        }
    ]
}