GET /api/bet_types/274b7e11-685b-46ab-b727-e76c4ddf4ed4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "274b7e11-685b-46ab-b727-e76c4ddf4ed4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3dc1b27-0872-4983-b80b-127592d5d09d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:09.381797-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": "SFO",
                "amount": 6154.0
            },
            {
                "team": "PHI",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a60c254-bb6b-460e-a751-47da9af1c111",
            "gambit_id": "74824663-9874-43c9-b824-f76e7675007d",
            "last_updated": "2023-08-23T11:03:24.704554-04:00",
            "created_at": "2023-08-22T08:23:09.386721-04:00",
            "name": "SFO",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/274b7e11-685b-46ab-b727-e76c4ddf4ed4/?format=api"
        },
        {
            "id": "8a2c41c7-7358-438b-855e-7fc51489994a",
            "gambit_id": "a0e791c8-6989-4f3b-80e4-325740284f32",
            "last_updated": "2023-08-23T11:03:24.708046-04:00",
            "created_at": "2023-08-22T08:23:09.397079-04:00",
            "name": "PHI",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/274b7e11-685b-46ab-b727-e76c4ddf4ed4/?format=api"
        }
    ]
}