GET /api/bet_types/ed3404c8-cf56-4cd2-8a1a-bad55ea6084d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed3404c8-cf56-4cd2-8a1a-bad55ea6084d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc4825e-30bc-4723-bea4-c807ac0be492/?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": "France",
                "amount": 6819.0
            },
            {
                "team": "Draw",
                "amount": 3181.0
            }
        ],
        "expected_reward_tokens": 10433.07,
        "profit_sb": 1433.07,
        "profit_sb_percentage": 15.92,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "France",
                "amount": 5747.0
            },
            {
                "team": "Draw",
                "amount": 2681.0
            },
            {
                "team": "Morocco",
                "amount": 1573.0
            }
        ],
        "expected_reward_tokens": 8792.91,
        "profit_sb": -207.09,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ca3a9ef-901e-4f0e-bf9a-cb19764ebcd6",
            "gambit_id": "7234aaaa-2afa-47df-9e26-b75d09582673",
            "last_updated": "2022-12-15T11:12:07.573385-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "France",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed3404c8-cf56-4cd2-8a1a-bad55ea6084d/?format=api"
        },
        {
            "id": "a993e258-9c58-49b5-8d60-2828e3c9ad21",
            "gambit_id": "1570bdc1-d72b-49c8-bed5-827e69fff64c",
            "last_updated": "2022-12-15T11:12:07.574431-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed3404c8-cf56-4cd2-8a1a-bad55ea6084d/?format=api"
        },
        {
            "id": "ce9a1166-b9bd-40fe-8956-b25985711807",
            "gambit_id": "911cbe4a-95df-442c-badb-28a64f62b5be",
            "last_updated": "2022-12-15T11:12:07.572244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Morocco",
            "reward": "5.59000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed3404c8-cf56-4cd2-8a1a-bad55ea6084d/?format=api"
        }
    ]
}