GET /api/bet_types/dadda771-8f44-4ab6-869e-74e80c6d472d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dadda771-8f44-4ab6-869e-74e80c6d472d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b446aac-6db7-465d-8dca-5c533ce99558/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "TOR",
                "amount": 6691.0
            },
            {
                "team": "TAM",
                "amount": 3309.0
            }
        ],
        "expected_reward_tokens": 9099.75,
        "profit_sb": 99.75,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "be64ce65-9d6f-4dc6-a953-df02b4405c1a",
            "gambit_id": "d89be78b-3809-42ab-8a2a-27f3b195a25b",
            "last_updated": "2022-09-25T21:56:59.520795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dadda771-8f44-4ab6-869e-74e80c6d472d/?format=api"
        },
        {
            "id": "db9e0e85-2347-4b77-8623-4879cbd0ac2e",
            "gambit_id": "d753df10-79fb-4a65-a936-3cf51ad50904",
            "last_updated": "2022-09-25T21:56:59.519599-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dadda771-8f44-4ab6-869e-74e80c6d472d/?format=api"
        }
    ]
}