GET /api/bet_types/c3a57232-0917-4351-b0ad-905e2037127d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3a57232-0917-4351-b0ad-905e2037127d",
    "match": "https://api-prod.gambitprofit.com/api/matches/84043901-8767-43f5-8f38-0025874c1cff/?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": "FC Bayern Munich",
                "amount": 6232.0
            },
            {
                "team": "FC Barcelona",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 11529.2,
        "profit_sb": 2529.2,
        "profit_sb_percentage": 28.1,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Bayern Munich",
                "amount": 4773.0
            },
            {
                "team": "FC Barcelona",
                "amount": 2885.0
            },
            {
                "team": "Draw",
                "amount": 2342.0
            }
        ],
        "expected_reward_tokens": 8828.1,
        "profit_sb": -171.9,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "72cd51f6-e677-4220-a563-607a35c19517",
            "gambit_id": "3dadc308-1e98-414b-a1be-3ffc3e34cb37",
            "last_updated": "2022-09-14T11:22:08.669110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Bayern Munich",
            "reward": "1.85000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a57232-0917-4351-b0ad-905e2037127d/?format=api"
        },
        {
            "id": "d4e34920-2680-486a-9494-e9397dc6336a",
            "gambit_id": "aabac9f3-296c-46d0-bede-6805c7aa5760",
            "last_updated": "2022-09-14T11:22:08.668081-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Barcelona",
            "reward": "3.06000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a57232-0917-4351-b0ad-905e2037127d/?format=api"
        },
        {
            "id": "5e2c6545-e8c1-41c3-9817-e769e2506893",
            "gambit_id": "eb4bbcb0-286f-4881-9f69-642a6d4be86a",
            "last_updated": "2022-09-14T11:22:08.670194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.77000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3a57232-0917-4351-b0ad-905e2037127d/?format=api"
        }
    ]
}