GET /api/bet_types/c57e7279-4ea5-43e7-ae06-6cdabcb51cf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c57e7279-4ea5-43e7-ae06-6cdabcb51cf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/87ed8f60-d35f-465b-bde5-0560381e4cf3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T08:28:24.546191-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": "TOR",
                "amount": 6554.0
            },
            {
                "team": "BAL",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "040c1aa5-f763-4c81-a750-1c12afcdb5b0",
            "gambit_id": "43a6344c-322d-44f7-8dc0-d04653bba9a8",
            "last_updated": "2023-08-25T19:03:09.577913-04:00",
            "created_at": "2023-08-24T08:28:24.549638-04:00",
            "name": "TOR",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c57e7279-4ea5-43e7-ae06-6cdabcb51cf7/?format=api"
        },
        {
            "id": "0fb5c712-bbde-4db3-b402-3a7c06c8fdd8",
            "gambit_id": "873ea88b-f083-4a1e-9d6b-7926658e561c",
            "last_updated": "2023-08-25T19:03:09.581120-04:00",
            "created_at": "2023-08-24T08:28:24.559289-04:00",
            "name": "BAL",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c57e7279-4ea5-43e7-ae06-6cdabcb51cf7/?format=api"
        }
    ]
}