GET /api/bet_types/59d6d25b-6e33-4462-971b-2893ecfbd6f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59d6d25b-6e33-4462-971b-2893ecfbd6f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/55af6a6c-ee30-4a48-a552-be7e5c065d76/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T15:42:11.067747-04: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": "COL",
                "amount": 5000.0
            },
            {
                "team": "MIL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f4819fd-9078-4100-8458-5c90179e7217",
            "gambit_id": "54ab0c25-a657-467a-b5f8-22eb2acefad2",
            "last_updated": "2023-05-03T12:12:17.077807-04:00",
            "created_at": "2023-05-02T15:42:11.068950-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d6d25b-6e33-4462-971b-2893ecfbd6f8/?format=api"
        },
        {
            "id": "579bc7fa-9982-4643-aa71-06c04de65b38",
            "gambit_id": "4ecab5e8-53be-4d4d-8428-d6cf0a418f6b",
            "last_updated": "2023-05-03T12:12:17.079105-04:00",
            "created_at": "2023-05-02T15:42:11.070252-04:00",
            "name": "MIL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d6d25b-6e33-4462-971b-2893ecfbd6f8/?format=api"
        }
    ]
}