GET /api/bet_types/7dd2f0d5-c550-4b38-9bcf-7cae3993c120/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7dd2f0d5-c550-4b38-9bcf-7cae3993c120",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0e962f2-4bad-4eb6-92f7-8b3a10b5f753/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:04.875369-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": "Indianapolis Colts",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "09fd99b9-0fe2-4d34-bca6-ffa8761eff55",
            "gambit_id": "1cbeb043-1274-4b72-82f8-5db6cf212384",
            "last_updated": "2023-12-26T20:13:06.026948-05:00",
            "created_at": "2023-12-20T11:13:04.879480-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dd2f0d5-c550-4b38-9bcf-7cae3993c120/?format=api"
        },
        {
            "id": "b365087b-d262-47ec-8c67-77c4d9a4d81c",
            "gambit_id": "6e24c924-7135-49e2-8ab2-1e046eaf6001",
            "last_updated": "2023-12-26T20:13:06.030296-05:00",
            "created_at": "2023-12-20T11:13:04.884280-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dd2f0d5-c550-4b38-9bcf-7cae3993c120/?format=api"
        }
    ]
}