GET /api/bet_types/d54c866e-c06e-45f6-9de5-75f5f60c8682/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d54c866e-c06e-45f6-9de5-75f5f60c8682",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a647b89-72f3-4e5f-83ec-ce58da34b396/?format=api",
    "name": "Play the Odds",
    "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": 6482.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "7139d9f6-d652-4515-a2e1-e304b1ddb372",
            "gambit_id": "8200793c-95c2-43c8-8fde-1bcebff13612",
            "last_updated": "2022-11-30T09:47:20.524119-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54c866e-c06e-45f6-9de5-75f5f60c8682/?format=api"
        },
        {
            "id": "7eeb5260-4b6d-4aca-9f41-b8005c85ce25",
            "gambit_id": "1624e97d-55df-4b33-b153-82eb4516546c",
            "last_updated": "2022-11-30T09:47:20.525093-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54c866e-c06e-45f6-9de5-75f5f60c8682/?format=api"
        }
    ]
}