GET /api/bet_types/b5653f1c-9b5b-4287-9c81-2635c09e7722/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5653f1c-9b5b-4287-9c81-2635c09e7722",
    "match": "https://api-prod.gambitprofit.com/api/matches/c627a2cb-482a-4f2e-859f-cfc0b1d3ee29/?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": "Miami Dolphins",
                "amount": 7373.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "fcbac716-6a04-4a0e-99c0-b08f634144db",
            "gambit_id": "6bd6e621-4447-4757-994e-4376a805f75d",
            "last_updated": "2022-10-24T10:37:19.799542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5653f1c-9b5b-4287-9c81-2635c09e7722/?format=api"
        },
        {
            "id": "550be386-7870-4e8f-a791-03605684ccdf",
            "gambit_id": "72d87f2d-3083-4c4e-b06b-dd0014797e76",
            "last_updated": "2022-10-24T10:37:19.800511-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5653f1c-9b5b-4287-9c81-2635c09e7722/?format=api"
        }
    ]
}