GET /api/bet_types/a0029432-dea5-4938-9ab1-2650e6aad71b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0029432-dea5-4938-9ab1-2650e6aad71b",
    "match": "https://api-prod.gambitprofit.com/api/matches/403eab2e-c451-4043-a0af-4d5203ebdd82/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-21T08:51:54.688770-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": "New Jersey Devils",
                "amount": 7440.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9523.2,
        "profit_sb": 23.2,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "dbca31c6-0f27-4165-8bfe-6d7f6269adb6",
            "gambit_id": "09972dab-27a3-45ca-b9d8-61bdb6c691cf",
            "last_updated": "2023-02-22T09:02:04.655697-05:00",
            "created_at": "2023-02-21T08:51:54.690229-05:00",
            "name": "New Jersey Devils",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0029432-dea5-4938-9ab1-2650e6aad71b/?format=api"
        },
        {
            "id": "10b06891-369e-4af1-a276-1df7bbaf0a01",
            "gambit_id": "99193bd4-d421-4a6e-b31e-2c527c021735",
            "last_updated": "2023-02-22T09:02:04.656831-05:00",
            "created_at": "2023-02-21T08:51:54.691547-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.72000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0029432-dea5-4938-9ab1-2650e6aad71b/?format=api"
        }
    ]
}