GET /api/bet_types/6de99af1-b5d2-45e5-80e2-c07bdd55ace2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6de99af1-b5d2-45e5-80e2-c07bdd55ace2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7ab1717-40da-4a5d-b07a-62dbfe458c5d/?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": "Croatia",
                "amount": 5884.0
            },
            {
                "team": "Draw",
                "amount": 4116.0
            }
        ],
        "expected_reward_tokens": 12059.88,
        "profit_sb": 3059.88,
        "profit_sb_percentage": 34.0,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Croatia",
                "amount": 4220.0
            },
            {
                "team": "Draw",
                "amount": 2953.0
            },
            {
                "team": "Canada",
                "amount": 2827.0
            }
        ],
        "expected_reward_tokens": 8650.62,
        "profit_sb": -349.38,
        "profit_sb_percentage": -3.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8a49afd-792f-416e-9528-7927f609581d",
            "gambit_id": "108f9c70-a454-4177-8b64-a2e9c1928a6d",
            "last_updated": "2022-11-28T11:52:10.229986-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Croatia",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6de99af1-b5d2-45e5-80e2-c07bdd55ace2/?format=api"
        },
        {
            "id": "5e308689-c783-4b1c-8ed8-a650902eeaa5",
            "gambit_id": "9f7236b9-8c98-48fa-a7f6-1460fe8d6a0a",
            "last_updated": "2022-11-28T11:52:10.231087-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6de99af1-b5d2-45e5-80e2-c07bdd55ace2/?format=api"
        },
        {
            "id": "4a824270-98e9-4e8b-9f6a-b116771e6826",
            "gambit_id": "3c986cf3-1c11-47cb-b093-0c009052b694",
            "last_updated": "2022-11-28T11:52:10.228880-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Canada",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6de99af1-b5d2-45e5-80e2-c07bdd55ace2/?format=api"
        }
    ]
}