GET /api/bet_types/c6b2f23b-0fd4-4ae8-8072-5b02b53d4a75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6b2f23b-0fd4-4ae8-8072-5b02b53d4a75",
    "match": "https://api-prod.gambitprofit.com/api/matches/d107cfe0-c0d4-4d48-8990-fc2243ec8072/?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": "SFO",
                "amount": 5395.0
            },
            {
                "team": "MIL",
                "amount": 4605.0
            }
        ],
        "expected_reward_tokens": 9117.55,
        "profit_sb": 117.55,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "80e2ddfe-b6e6-4c37-97d1-6b6fadbaacd8",
            "gambit_id": "b7ba4fed-c9b1-4671-b9fe-b5ff240b3924",
            "last_updated": "2022-09-09T16:12:02.310065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b2f23b-0fd4-4ae8-8072-5b02b53d4a75/?format=api"
        },
        {
            "id": "b196bf75-414d-4c3e-9590-334ce23b67d2",
            "gambit_id": "14efac94-8079-44c8-be26-8263ab9fe5b5",
            "last_updated": "2022-09-09T16:12:02.308967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b2f23b-0fd4-4ae8-8072-5b02b53d4a75/?format=api"
        }
    ]
}