GET /api/bet_types/d2dca7cc-6e6a-411b-ae6a-cd0047050aea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2dca7cc-6e6a-411b-ae6a-cd0047050aea",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ad87f5-b861-434f-bc30-76335d9aece3/?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": "MIA",
                "amount": 5745.0
            },
            {
                "team": "PHI",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "146dbea8-0224-48cd-b93f-bfd92ab7cb1c",
            "gambit_id": "9ccba8bd-bdab-420e-bb6f-04c09dc96061",
            "last_updated": "2022-09-08T10:17:16.315147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2dca7cc-6e6a-411b-ae6a-cd0047050aea/?format=api"
        },
        {
            "id": "b103a593-2fb0-4026-8bf2-80d1801d7a18",
            "gambit_id": "fcdbf03a-7d6e-4140-a1a8-a3735d3f4584",
            "last_updated": "2022-09-08T10:17:16.314051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2dca7cc-6e6a-411b-ae6a-cd0047050aea/?format=api"
        }
    ]
}