GET /api/bet_types/5ff2b279-fc1d-4d32-8c9e-f451c6f0cb28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ff2b279-fc1d-4d32-8c9e-f451c6f0cb28",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cacc408-fd6d-476e-886d-878023f1d112/?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": "Eastern Michigan",
                "amount": 6104.0
            },
            {
                "team": "Northern Illinois",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf97cda0-6dc8-45b0-bcfc-faacd0398155",
            "gambit_id": "da2d8a40-4667-4cfb-8a0f-74bf58d5fb37",
            "last_updated": "2022-10-17T09:32:11.739258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff2b279-fc1d-4d32-8c9e-f451c6f0cb28/?format=api"
        },
        {
            "id": "c4ef4291-a54c-4790-a1d5-17b7effe4fa6",
            "gambit_id": "e3188997-8c46-44cd-b9a7-0272dbd0ea2c",
            "last_updated": "2022-10-17T09:32:11.740237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff2b279-fc1d-4d32-8c9e-f451c6f0cb28/?format=api"
        }
    ]
}