GET /api/bet_types/1fc1329c-4fa2-4380-b269-352637fe4a1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fc1329c-4fa2-4380-b269-352637fe4a1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1f6c55f-2c65-4c5e-855e-c78785e91c99/?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": "MIL",
                "amount": 5995.0
            },
            {
                "team": "STL",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "63f29ae4-6ac7-44d5-bdf1-011cfe204366",
            "gambit_id": "7bea9c9d-dc1e-4140-ad17-da8e9ca719be",
            "last_updated": "2022-08-15T14:12:14.141942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc1329c-4fa2-4380-b269-352637fe4a1a/?format=api"
        },
        {
            "id": "89215241-18d5-4448-8ab6-ed4f35f02e61",
            "gambit_id": "fdcc549d-3883-4c7e-ab3b-6da73f0251a8",
            "last_updated": "2022-08-15T14:12:14.141448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc1329c-4fa2-4380-b269-352637fe4a1a/?format=api"
        }
    ]
}