GET /api/bet_types/cdb03136-0b7e-4b98-bfc8-dfe8f02d57c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdb03136-0b7e-4b98-bfc8-dfe8f02d57c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/08f012c8-78c0-4e03-84e3-4a5425adf60a/?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": "Toronto Maple Leafs",
                "amount": 6179.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "e433f1f1-0c43-4f13-99d8-5e06e07e29fe",
            "gambit_id": "2db71cb1-b557-4f34-a963-9d21a9a130e7",
            "last_updated": "2022-11-08T11:07:36.710972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb03136-0b7e-4b98-bfc8-dfe8f02d57c9/?format=api"
        },
        {
            "id": "46668543-b2f3-4555-97a1-f7ab650a8d07",
            "gambit_id": "2d2322c4-13f3-4585-a4f1-caf063903fa8",
            "last_updated": "2022-11-08T11:07:36.710033-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb03136-0b7e-4b98-bfc8-dfe8f02d57c9/?format=api"
        }
    ]
}