GET /api/bet_types/659695a1-8355-4736-89e2-41669d072afd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "659695a1-8355-4736-89e2-41669d072afd",
    "match": "https://api-prod.gambitprofit.com/api/matches/042289fc-1fb3-448a-b9f0-d1f2b7ae283b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-21T19:28:08.540909-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": "ARI",
                "amount": 5107.0
            },
            {
                "team": "TEX",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cffb7749-3b7b-4c21-a4e1-cafad4c7ee79",
            "gambit_id": "0e2e0ce7-9c9c-490d-a694-1e7cbe18160d",
            "last_updated": "2023-08-23T09:53:13.842241-04:00",
            "created_at": "2023-08-21T19:28:08.553486-04:00",
            "name": "ARI",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/659695a1-8355-4736-89e2-41669d072afd/?format=api"
        },
        {
            "id": "2b728ee7-5eba-4654-bf59-190f79a62b0e",
            "gambit_id": "e91d43aa-e17d-426f-950d-5c2c4b2aba59",
            "last_updated": "2023-08-23T09:53:13.838674-04:00",
            "created_at": "2023-08-21T19:28:08.548970-04:00",
            "name": "TEX",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/659695a1-8355-4736-89e2-41669d072afd/?format=api"
        }
    ]
}