GET /api/bet_types/275f580f-3eb7-4284-91d5-81bc8a0471cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "275f580f-3eb7-4284-91d5-81bc8a0471cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2501dd4-2cf8-445f-9674-8a5cb441cf17/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:08.423232-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": "NYY",
                "amount": 6020.0
            },
            {
                "team": "LOS",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "eeef54b5-d7c2-4454-9002-204b69fed062",
            "gambit_id": "27c7ac33-256b-4384-bc60-d91579ea7a65",
            "last_updated": "2023-06-04T13:17:18.838347-04:00",
            "created_at": "2023-06-02T10:32:08.426822-04:00",
            "name": "NYY",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275f580f-3eb7-4284-91d5-81bc8a0471cc/?format=api"
        },
        {
            "id": "bc57ad79-2407-4b0c-8c61-3f40d6b94ab8",
            "gambit_id": "c2a1f501-a950-469a-a840-4aaf5e480c8b",
            "last_updated": "2023-06-04T13:17:18.840047-04:00",
            "created_at": "2023-06-02T10:32:08.429636-04:00",
            "name": "LOS",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/275f580f-3eb7-4284-91d5-81bc8a0471cc/?format=api"
        }
    ]
}