GET /api/bet_types/3546f74b-8f0a-4bc2-a2ca-ddece6df3edd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3546f74b-8f0a-4bc2-a2ca-ddece6df3edd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f77755b-e490-4ab2-8da2-f76e8dce94d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:03.122662-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "89272161-58bd-4657-8c2a-5610489a8b5d",
            "gambit_id": "8bdf40ec-ef33-4774-bd66-64d4e337fbd0",
            "last_updated": "2023-01-16T10:51:52.564385-05:00",
            "created_at": "2023-01-15T08:32:03.127968-05:00",
            "name": "Orlando Magic",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3546f74b-8f0a-4bc2-a2ca-ddece6df3edd/?format=api"
        },
        {
            "id": "e61b6ac8-4c3c-4a40-8742-bd430dde3017",
            "gambit_id": "46fed70b-c367-4f6b-b443-60d282340af5",
            "last_updated": "2023-01-16T10:51:52.561300-05:00",
            "created_at": "2023-01-15T08:32:03.125262-05:00",
            "name": "Denver Nuggets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3546f74b-8f0a-4bc2-a2ca-ddece6df3edd/?format=api"
        }
    ]
}