GET /api/bet_types/319aae2f-b819-4759-9f4a-8033ccc62179/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "319aae2f-b819-4759-9f4a-8033ccc62179",
    "match": "https://api-prod.gambitprofit.com/api/matches/247faaf0-78bf-4319-9680-4c6e72f75943/?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": "Argentina",
                "amount": 5969.0
            },
            {
                "team": "Draw",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 10923.27,
        "profit_sb": 1923.27,
        "profit_sb_percentage": 21.37,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Argentina",
                "amount": 4704.0
            },
            {
                "team": "Draw",
                "amount": 3176.0
            },
            {
                "team": "Croatia",
                "amount": 2120.0
            }
        ],
        "expected_reward_tokens": 8606.96,
        "profit_sb": -393.04,
        "profit_sb_percentage": -4.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6f20c1b-90b3-4fb4-8271-ab12a855e437",
            "gambit_id": "0edc92a7-0803-4b6b-8f4e-e6fc1e783ff9",
            "last_updated": "2022-12-14T10:27:24.044355-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Argentina",
            "reward": "1.83000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/319aae2f-b819-4759-9f4a-8033ccc62179/?format=api"
        },
        {
            "id": "eccd3bb5-8a08-4a00-9832-d7b6a4083080",
            "gambit_id": "41b7062d-6701-4a84-8f1e-aac9ef3d5437",
            "last_updated": "2022-12-14T10:27:24.043230-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/319aae2f-b819-4759-9f4a-8033ccc62179/?format=api"
        },
        {
            "id": "82c76699-1c2f-4662-9d82-de444cf3e45c",
            "gambit_id": "b36d3edc-f8b4-4f9a-b5c0-f31b63a33e81",
            "last_updated": "2022-12-14T10:27:24.042050-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Croatia",
            "reward": "4.06000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/319aae2f-b819-4759-9f4a-8033ccc62179/?format=api"
        }
    ]
}