GET /api/bet_types/cae7de91-ad55-47f1-a8c3-0a88d4e45a3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cae7de91-ad55-47f1-a8c3-0a88d4e45a3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/764ad261-14fa-4ba6-9981-0a5881e541db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-10T09:38:05.322301-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": "PHI",
                "amount": 5867.0
            },
            {
                "team": "LOS",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ff2683d-7189-4a0a-baeb-44082a36e8d4",
            "gambit_id": "cecb4208-5de3-4eb2-b6b3-68fa227aa58a",
            "last_updated": "2023-06-11T11:23:04.019923-04:00",
            "created_at": "2023-06-10T09:38:05.326543-04:00",
            "name": "PHI",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae7de91-ad55-47f1-a8c3-0a88d4e45a3a/?format=api"
        },
        {
            "id": "b74a0780-228e-4b9e-9c95-cdb8508cff78",
            "gambit_id": "4beadc81-a8fc-4b8c-9e19-fe288b506352",
            "last_updated": "2023-06-11T11:23:04.017935-04:00",
            "created_at": "2023-06-10T09:38:05.324349-04:00",
            "name": "LOS",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae7de91-ad55-47f1-a8c3-0a88d4e45a3a/?format=api"
        }
    ]
}