GET /api/bet_types/3792e31b-46a3-4c07-beaf-c35c580cecc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3792e31b-46a3-4c07-beaf-c35c580cecc9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d24e1c52-558f-4499-a446-aeade5c54eec/?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": "Kentucky",
                "amount": 6401.0
            },
            {
                "team": "South Carolina",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "8333afc8-6a4f-47aa-9cf2-85745665ac7d",
            "gambit_id": "0362cab8-9524-4e1a-b6b0-750193780e4f",
            "last_updated": "2022-10-11T11:32:04.129857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3792e31b-46a3-4c07-beaf-c35c580cecc9/?format=api"
        },
        {
            "id": "e8151f03-0062-4d58-aedf-f44b03e4aac4",
            "gambit_id": "c5554c0a-c440-4688-8783-ef3e470154f9",
            "last_updated": "2022-10-11T11:32:04.130824-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3792e31b-46a3-4c07-beaf-c35c580cecc9/?format=api"
        }
    ]
}