GET /api/bet_types/c2daae7f-4710-4245-9ccd-f1986e750514/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2daae7f-4710-4245-9ccd-f1986e750514",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3733544-dc89-471a-a5a6-eb17bee0b4a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T08:58:39.763805-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": "CLE",
                "amount": 6154.0
            },
            {
                "team": "SFO",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1aa523e-d88c-403d-b5ec-ea33040e4869",
            "gambit_id": "a903c085-670d-45be-879d-77cbeaeee517",
            "last_updated": "2023-09-12T21:13:16.888451-04:00",
            "created_at": "2023-09-11T08:58:39.769013-04:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2daae7f-4710-4245-9ccd-f1986e750514/?format=api"
        },
        {
            "id": "d93c10c4-238c-4e47-8b2a-babf6e12e771",
            "gambit_id": "3d46e6f3-3f16-407a-9701-d755956ee7a6",
            "last_updated": "2023-09-12T21:13:16.891647-04:00",
            "created_at": "2023-09-11T08:58:39.773207-04:00",
            "name": "SFO",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2daae7f-4710-4245-9ccd-f1986e750514/?format=api"
        }
    ]
}