GET /api/bet_types/6ca4ebc5-8e33-4b55-83ec-3a885b6fa892/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ca4ebc5-8e33-4b55-83ec-3a885b6fa892",
    "match": "https://api-prod.gambitprofit.com/api/matches/5407e53d-7212-44de-a436-47ac0c446e86/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Winnipeg Jets",
                "amount": 6986.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3014.0
            }
        ],
        "expected_reward_tokens": 9221.52,
        "profit_sb": 221.52,
        "profit_sb_percentage": 2.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "7f9c096a-9939-467b-a44b-8ca9e13e58cc",
            "gambit_id": "5c06d7b1-c66d-4f9d-9ef5-697fa866a046",
            "last_updated": "2022-12-05T15:52:13.060468-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.32000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca4ebc5-8e33-4b55-83ec-3a885b6fa892/?format=api"
        },
        {
            "id": "2809c5ca-c65c-42ef-9304-7bf37fbdbe04",
            "gambit_id": "e4d69d9a-d3e4-4b8d-a82d-4f587e3ee3d9",
            "last_updated": "2022-12-05T15:52:13.061431-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca4ebc5-8e33-4b55-83ec-3a885b6fa892/?format=api"
        }
    ]
}