GET /api/bet_types/91ee5ca6-b9a5-4ee9-ac12-d9cced4cb45b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91ee5ca6-b9a5-4ee9-ac12-d9cced4cb45b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e99b9101-7254-4562-826d-72eeb9efde34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:01.193817-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": "Atlanta Falcons",
                "amount": 5196.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b63b3c7-a981-44f8-8fe8-78b4b8b6406b",
            "gambit_id": "2f040f79-ccdb-48a1-a302-fafc52b717ef",
            "last_updated": "2023-01-02T12:47:01.335946-05:00",
            "created_at": "2023-01-01T09:22:01.195015-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ee5ca6-b9a5-4ee9-ac12-d9cced4cb45b/?format=api"
        },
        {
            "id": "dbf5ce9a-3720-4bcf-8c89-7cc08c4b8d2c",
            "gambit_id": "aa1a40fe-909b-41d2-a241-fa36cec59ee7",
            "last_updated": "2023-01-02T12:47:01.337092-05:00",
            "created_at": "2023-01-01T09:22:01.196294-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ee5ca6-b9a5-4ee9-ac12-d9cced4cb45b/?format=api"
        }
    ]
}