GET /api/bet_types/d36607b0-6a77-4154-b3af-72c7c827719b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d36607b0-6a77-4154-b3af-72c7c827719b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3584d5b1-aeae-4692-b16b-a5eff8473d0c/?format=api",
    "name": "Pick the Winner",
    "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": "Ohio",
                "amount": 7563.0
            },
            {
                "team": "Akron",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9528.67,
        "profit_sb": 28.67,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "f025ecf1-5482-45b2-a0d1-e4ee1e61afba",
            "gambit_id": "24525ace-daa6-490e-9743-ecc86bb79208",
            "last_updated": "2022-10-11T10:57:32.821519-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.26000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36607b0-6a77-4154-b3af-72c7c827719b/?format=api"
        },
        {
            "id": "9cd67e58-ba87-413a-81ff-02e4c3b6ff3f",
            "gambit_id": "9fc2a783-0d26-42a0-a91c-2cb058439773",
            "last_updated": "2022-10-11T10:57:32.822566-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d36607b0-6a77-4154-b3af-72c7c827719b/?format=api"
        }
    ]
}