GET /api/bet_types/3a7ecf03-49b1-4782-9e9b-58c43bb823a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a7ecf03-49b1-4782-9e9b-58c43bb823a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/00b7a757-8f42-40ff-98fa-858b505b85db/?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": "Anaheim Ducks",
                "amount": 5399.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4856c81-2d62-41bf-8f6b-df5aeed4e6fb",
            "gambit_id": "73705b94-4d03-4343-9a85-5e22028e3603",
            "last_updated": "2022-12-13T10:07:01.066866-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a7ecf03-49b1-4782-9e9b-58c43bb823a1/?format=api"
        },
        {
            "id": "17c445c3-01c7-4f89-a769-31c865633211",
            "gambit_id": "659775dc-45ba-4632-8779-3514c083ff14",
            "last_updated": "2022-12-13T10:07:01.065749-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a7ecf03-49b1-4782-9e9b-58c43bb823a1/?format=api"
        }
    ]
}