GET /api/bet_types/950a2b7d-e2e5-40cc-a8dd-3c57cee79f9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "950a2b7d-e2e5-40cc-a8dd-3c57cee79f9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/05f811de-b032-4f87-b7d8-982191ae55a4/?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": "Indianapolis Colts",
                "amount": 5110.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff625f76-9f31-4764-9956-fccd8c7e7209",
            "gambit_id": "d701cf6e-b92d-48bf-bc8b-d7f7631fea60",
            "last_updated": "2022-08-29T11:32:14.751451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/950a2b7d-e2e5-40cc-a8dd-3c57cee79f9a/?format=api"
        },
        {
            "id": "4e0a2fe5-0e11-4eb0-8aac-63148abbe8ec",
            "gambit_id": "fa06ce72-67d0-4d8a-9736-203d739e854f",
            "last_updated": "2022-08-29T11:32:14.750973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/950a2b7d-e2e5-40cc-a8dd-3c57cee79f9a/?format=api"
        }
    ]
}