GET /api/bet_types/ab201cb4-1e86-4e78-b2a0-438297f95bc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab201cb4-1e86-4e78-b2a0-438297f95bc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce1e4a34-55c0-4c96-b324-7d6456e677a6/?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": "Celtic",
                "amount": 5601.0
            },
            {
                "team": "FC Shakhtar Donetsk",
                "amount": 4399.0
            }
        ],
        "expected_reward_tokens": 12097.25,
        "profit_sb": 3097.25,
        "profit_sb_percentage": 34.41,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Celtic",
                "amount": 4078.0
            },
            {
                "team": "FC Shakhtar Donetsk",
                "amount": 3203.0
            },
            {
                "team": "Draw",
                "amount": 2719.0
            }
        ],
        "expected_reward_tokens": 8808.25,
        "profit_sb": -191.75,
        "profit_sb_percentage": -2.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "2254be79-67d9-4c7f-ab40-49c95ae9e0ff",
            "gambit_id": "16ffdbd9-44ea-4874-aaa8-ef96cbe46b72",
            "last_updated": "2022-09-15T11:27:20.743090-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Celtic",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab201cb4-1e86-4e78-b2a0-438297f95bc0/?format=api"
        },
        {
            "id": "dd2d22ed-c13c-46f2-af0d-4fabb7b8a738",
            "gambit_id": "53fa390e-5857-4bc9-b804-9c9b56fa34b6",
            "last_updated": "2022-09-15T11:27:20.744037-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Shakhtar Donetsk",
            "reward": "2.75000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab201cb4-1e86-4e78-b2a0-438297f95bc0/?format=api"
        },
        {
            "id": "8f37fa49-0d0d-491e-8a70-6cbaf4184d3b",
            "gambit_id": "5678e3a0-4098-4761-a7ee-7b2b2764f14c",
            "last_updated": "2022-09-15T11:27:20.744988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.24000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab201cb4-1e86-4e78-b2a0-438297f95bc0/?format=api"
        }
    ]
}