GET /api/bet_types/35f913e0-8c1a-4a83-8df4-0d93870ac2b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35f913e0-8c1a-4a83-8df4-0d93870ac2b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/74d68c40-28a3-4072-bafd-39b452431a3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:57.550982-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": "TAM",
                "amount": 5699.0
            },
            {
                "team": "OAK",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "2758dc50-c038-49c5-9c62-1e2f301159c1",
            "gambit_id": "607aab4b-ece4-4c76-8096-d85c19f2dd96",
            "last_updated": "2023-04-09T12:32:08.889560-04:00",
            "created_at": "2023-04-08T09:01:57.552828-04:00",
            "name": "TAM",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35f913e0-8c1a-4a83-8df4-0d93870ac2b8/?format=api"
        },
        {
            "id": "83b82a8c-6e81-45a4-9851-7a0b08fadffa",
            "gambit_id": "318ff3e6-aeb1-452a-b9d6-49d619d70e43",
            "last_updated": "2023-04-09T12:32:08.892057-04:00",
            "created_at": "2023-04-08T09:01:57.554865-04:00",
            "name": "OAK",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35f913e0-8c1a-4a83-8df4-0d93870ac2b8/?format=api"
        }
    ]
}