GET /api/bet_types/c4b67f7f-736a-4c42-85e3-af361f4840e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4b67f7f-736a-4c42-85e3-af361f4840e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cd30030-8db7-4228-89a1-21c8b0becc38/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-31T00:12:08.830940-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 6287.0
            },
            {
                "team": "Draw",
                "amount": 3713.0
            }
        ],
        "expected_reward_tokens": 11693.82,
        "profit_sb": 2693.82,
        "profit_sb_percentage": 29.93,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 4635.0
            },
            {
                "team": "Draw",
                "amount": 2737.0
            },
            {
                "team": "Southampton",
                "amount": 2628.0
            }
        ],
        "expected_reward_tokens": 8619.84,
        "profit_sb": -380.16,
        "profit_sb_percentage": -4.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bc141b6-d04c-4616-a984-0ce29c4459e8",
            "gambit_id": "65746490-385c-42f9-82da-a820fb254092",
            "last_updated": "2023-01-01T14:31:46.769498-05:00",
            "created_at": "2022-12-31T00:12:08.833332-05:00",
            "name": "Fulham",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b67f7f-736a-4c42-85e3-af361f4840e6/?format=api"
        },
        {
            "id": "e1c9dea0-14c1-4a66-981a-150af035e8d8",
            "gambit_id": "d7480990-93d5-48b1-9fff-5bad2140e438",
            "last_updated": "2023-01-01T14:31:46.770619-05:00",
            "created_at": "2022-12-31T00:12:08.834501-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b67f7f-736a-4c42-85e3-af361f4840e6/?format=api"
        },
        {
            "id": "02d17140-230f-4675-91a7-acf53b2cc240",
            "gambit_id": "3fd3dba4-30df-4d1b-bead-6736ac9d864c",
            "last_updated": "2023-01-01T14:31:46.768314-05:00",
            "created_at": "2022-12-31T00:12:08.832130-05:00",
            "name": "Southampton",
            "reward": "3.28000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b67f7f-736a-4c42-85e3-af361f4840e6/?format=api"
        }
    ]
}