GET /api/bet_types/77cf8af9-6d83-4645-9c61-435023e2eb6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77cf8af9-6d83-4645-9c61-435023e2eb6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1ad9157-94c7-4a80-92ce-f023db1eb6f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T09:27:59.157925-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": "Tampa Bay Rays",
                "amount": 5765.0
            },
            {
                "team": "Texas Rangers",
                "amount": 4235.0
            }
        ],
        "expected_reward_tokens": 9569.9,
        "profit_sb": 69.9,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f80d551-fefc-4b79-be70-eef81db740e8",
            "gambit_id": "8790f5bd-e983-49ea-828e-6ab9011c2538",
            "last_updated": "2023-10-04T10:03:19.328775-04:00",
            "created_at": "2023-10-03T09:27:59.174436-04:00",
            "name": "Tampa Bay Rays",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77cf8af9-6d83-4645-9c61-435023e2eb6c/?format=api"
        },
        {
            "id": "ef877c61-7855-4e1c-95a0-6a8513fa83f0",
            "gambit_id": "d737623d-6eca-422b-ab3e-74762ed57ff6",
            "last_updated": "2023-10-04T10:03:19.325271-04:00",
            "created_at": "2023-10-03T09:27:59.164085-04:00",
            "name": "Texas Rangers",
            "reward": "2.26000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77cf8af9-6d83-4645-9c61-435023e2eb6c/?format=api"
        }
    ]
}