GET /api/bet_types/f6f16b65-c598-48d3-83b4-c351d4988655/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6f16b65-c598-48d3-83b4-c351d4988655",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf431d6a-38a0-4885-952a-41a49ee225b9/?format=api",
    "name": "Play the Odds",
    "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": "Buffalo Bills",
                "amount": 5097.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "b37cf90c-3008-4f81-876d-135e0dad0e40",
            "gambit_id": "3b427310-f1b6-4e42-9ddf-70592d3c7ab4",
            "last_updated": "2022-09-26T10:11:51.418140-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f16b65-c598-48d3-83b4-c351d4988655/?format=api"
        },
        {
            "id": "92af5790-f8ac-40be-9de5-c805fdbdccee",
            "gambit_id": "1407ca64-bd07-4b6c-9093-ba04265703bd",
            "last_updated": "2022-09-26T10:11:51.417100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f16b65-c598-48d3-83b4-c351d4988655/?format=api"
        }
    ]
}