GET /api/bet_types/7fb13a7d-be2a-45b2-a111-41ac4d17404d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fb13a7d-be2a-45b2-a111-41ac4d17404d",
    "match": "https://api-prod.gambitprofit.com/api/matches/549bd76a-c9fc-40ee-b4a5-41de0b45c01e/?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": 6338.0
            },
            {
                "team": "CHC",
                "amount": 3662.0
            }
        ],
        "expected_reward_tokens": 9190.1,
        "profit_sb": 190.1,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "bdf9d099-f368-4571-9a19-d3b5229937cc",
            "gambit_id": "bfbafc09-8955-4f26-aa91-c78bcceafb37",
            "last_updated": "2022-09-12T10:42:10.682682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb13a7d-be2a-45b2-a111-41ac4d17404d/?format=api"
        },
        {
            "id": "608a57f2-a73b-49a6-9b5c-b0a58d2ad9aa",
            "gambit_id": "264275e3-d308-46fa-9bda-4c958b246ddb",
            "last_updated": "2022-09-12T10:42:10.681648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.51000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb13a7d-be2a-45b2-a111-41ac4d17404d/?format=api"
        }
    ]
}