GET /api/bet_types/00f7c39c-cb25-4b2a-9a6f-202e4c22e629/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00f7c39c-cb25-4b2a-9a6f-202e4c22e629",
    "match": "https://api-prod.gambitprofit.com/api/matches/b26db255-7a86-4538-9530-c84c7448fef9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T15:07:05.336936-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6873.0
            },
            {
                "team": "Draw",
                "amount": 3127.0
            }
        ],
        "expected_reward_tokens": 11820.06,
        "profit_sb": 2320.06,
        "profit_sb_percentage": 24.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5363.0
            },
            {
                "team": "Draw",
                "amount": 2440.0
            },
            {
                "team": "Aston Villa",
                "amount": 2196.0
            }
        ],
        "expected_reward_tokens": 9223.2,
        "profit_sb": -276.8,
        "profit_sb_percentage": -2.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "10fc8f10-f8f9-4d7e-815c-cf9e890dcb6d",
            "gambit_id": "3cef16b3-b688-453e-8146-65033dbd31a1",
            "last_updated": "2023-05-01T12:27:19.559042-04:00",
            "created_at": "2023-04-28T15:07:05.341066-04:00",
            "name": "Manchester United",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f7c39c-cb25-4b2a-9a6f-202e4c22e629/?format=api"
        },
        {
            "id": "f765af7f-f348-4c28-aa25-a7530a7fa174",
            "gambit_id": "bf33184a-b29b-456b-8f9a-774a6287db6b",
            "last_updated": "2023-05-01T12:27:19.562361-04:00",
            "created_at": "2023-04-28T15:07:05.343064-04:00",
            "name": "Draw",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f7c39c-cb25-4b2a-9a6f-202e4c22e629/?format=api"
        },
        {
            "id": "275e9adc-b7ac-424f-856e-2f9561f7fc66",
            "gambit_id": "aa5419a6-f7c1-42e9-a9b3-7488527c4a10",
            "last_updated": "2023-05-01T12:27:19.556909-04:00",
            "created_at": "2023-04-28T15:07:05.338914-04:00",
            "name": "Aston Villa",
            "reward": "4.20000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f7c39c-cb25-4b2a-9a6f-202e4c22e629/?format=api"
        }
    ]
}