GET /api/bet_types/444f895a-0d46-47f5-b65f-305647c847c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "444f895a-0d46-47f5-b65f-305647c847c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe9e1159-e111-4038-9eec-5f27f2470470/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:00.443705-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Natus Vincere",
                "amount": 5718.0
            },
            {
                "team": "Ninjas IN Pyjamas",
                "amount": 4282.0
            }
        ],
        "expected_reward_tokens": 8691.36,
        "profit_sb": -808.64,
        "profit_sb_percentage": -8.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "18d1f63e-4f2d-4d1d-a30a-435ebf7b0133",
            "gambit_id": "5a044959-38cc-49b8-9ec3-e3738e8c8e6c",
            "last_updated": "2023-01-28T05:57:14.487508-05:00",
            "created_at": "2023-01-20T22:57:00.446615-05:00",
            "name": "Natus Vincere",
            "reward": "1.52000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444f895a-0d46-47f5-b65f-305647c847c0/?format=api"
        },
        {
            "id": "1c896204-7dfa-4436-9fe4-d45b74758d4b",
            "gambit_id": "db9568d7-1490-4376-bb7b-db8babe16e70",
            "last_updated": "2023-01-28T05:57:14.486352-05:00",
            "created_at": "2023-01-20T22:57:00.445258-05:00",
            "name": "Ninjas IN Pyjamas",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444f895a-0d46-47f5-b65f-305647c847c0/?format=api"
        }
    ]
}