GET /api/bet_types/9a513c8a-a67f-4ae7-b54a-20fac7fe2aa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a513c8a-a67f-4ae7-b54a-20fac7fe2aa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c0d3e88-ef6f-4c82-b503-d53db347da28/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:07.997121-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": 5317.0
            },
            {
                "team": "KAN",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfb18aac-667f-4598-934b-d6be776ae0f0",
            "gambit_id": "8e017338-496f-463b-b606-86cb4dd87348",
            "last_updated": "2023-06-26T10:38:16.048411-04:00",
            "created_at": "2023-06-24T08:58:08.000520-04:00",
            "name": "TAM",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a513c8a-a67f-4ae7-b54a-20fac7fe2aa1/?format=api"
        },
        {
            "id": "c4214c02-6ce2-46c3-9130-45f88c69203d",
            "gambit_id": "455db97f-5066-4773-bf95-b15504ddf884",
            "last_updated": "2023-06-26T10:38:16.046008-04:00",
            "created_at": "2023-06-24T08:58:07.998654-04:00",
            "name": "KAN",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a513c8a-a67f-4ae7-b54a-20fac7fe2aa1/?format=api"
        }
    ]
}