GET /api/bet_types/bd5be9b7-4f34-4368-8710-784623429281/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd5be9b7-4f34-4368-8710-784623429281",
    "match": "https://api-prod.gambitprofit.com/api/matches/759bf6cc-be08-40a7-8b28-cc4074f4f338/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:50.831269-04: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": "Boston Bruins",
                "amount": 5939.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "1459fc84-ed90-471d-8f33-4f5da6fce636",
            "gambit_id": "7c1caadb-1cdd-4e9d-928d-56c582418c07",
            "last_updated": "2023-03-24T10:56:53.359243-04:00",
            "created_at": "2023-03-23T09:06:50.833061-04:00",
            "name": "Boston Bruins",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5be9b7-4f34-4368-8710-784623429281/?format=api"
        },
        {
            "id": "c9cc9b7f-4127-477b-a781-f947532c3487",
            "gambit_id": "f5bb52c8-5010-4c8f-afc7-7341e2fe0b9a",
            "last_updated": "2023-03-24T10:56:53.362050-04:00",
            "created_at": "2023-03-23T09:06:50.834866-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5be9b7-4f34-4368-8710-784623429281/?format=api"
        }
    ]
}