GET /api/bet_types/94ea20a8-8cbc-4492-982d-01d7ff4de850/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94ea20a8-8cbc-4492-982d-01d7ff4de850",
    "match": "https://api-prod.gambitprofit.com/api/matches/60d81244-0498-4bea-862e-dac72087a518/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-03T12:12:10.446155-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "644078c6-ac7f-4b8e-9480-6e8674f49319",
            "gambit_id": "ed971a49-b84a-4873-8cb6-68346a248ea4",
            "last_updated": "2023-05-04T11:11:52.045979-04:00",
            "created_at": "2023-05-03T12:12:10.448809-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94ea20a8-8cbc-4492-982d-01d7ff4de850/?format=api"
        },
        {
            "id": "6f715329-0d58-4444-8bae-e996b4d0ff84",
            "gambit_id": "609a3b7c-8f80-47e2-92b6-13725bf3cfdd",
            "last_updated": "2023-05-04T11:11:52.044728-04:00",
            "created_at": "2023-05-03T12:12:10.447444-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94ea20a8-8cbc-4492-982d-01d7ff4de850/?format=api"
        }
    ]
}